home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / carfire.gsh < prev    next >
Text File  |  2000-09-09  |  705b  |  20 lines

  1. // defines CarFire
  2. ////////////////////////////////////////////////////////////////////////////////////
  3.  
  4. // start wrapper - prevent multiple inclusions or recursive inclusions
  5.  
  6. //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
  7. #ifndef INCLUDED_CARFIRE_GSH
  8. #define INCLUDED_CARFIRE_GSH
  9.  
  10. ////////////////////////////////////////////////////////////////////////////////////
  11.  
  12. #include "oilfire.gsh"
  13.  
  14. #define Rol_CarFire Rol_OilFire // they're the same at present!
  15.  
  16. ////////////////////////////////////////////////////////////////////////////////////
  17.  
  18. // end wrapper - for preventing multiple or recursive inclusions
  19. #endif // !INCLUDED_CARFIRE_GSH
  20.